home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / BAS / Internet / Builder / ind4.htt < prev    next >
Text File  |  2000-11-04  |  2KB  |  43 lines

  1.     
  2.     if (floatingMode) {
  3.         self.document.writeln('<frameset cols="100%" rows="*,48" onUnload="unloadFloating();" onResize="defaultResizeHandler();">');
  4.         self.document.writeln('<frame name="menu" src="menu.htm" scrolling="auto" marginwidth="1" marginheight="1" APPLICATION="yes">');
  5.         self.document.writeln('<frame name="menuCntrl" src="menucntrl.htm" scrolling="no" marginwidth="0" marginheight="0" APPLICATION="yes">');
  6.         self.document.writeln('</frameset>');
  7.     } else {
  8.         self.document.writeln('<frameset cols="230,*" rows="100%">');
  9.         self.document.writeln('<frameset cols="100%" rows="*,48">');
  10.         self.document.writeln('<frame name="menu" src="menu.htm" scrolling="auto" marginwidth="1" marginheight="1" APPLICATION="yes">');
  11.         self.document.writeln('<frame name="menuCntrl" src="menucntrl.htm" scrolling="no" marginwidth="0" marginheight="0" APPLICATION="yes">');
  12.         self.document.writeln('</frameset>');
  13.         self.document.writeln('<frame name="text" src="' + thePage +'" scrolling="auto" APPLICATION="yes">');
  14.         self.document.writeln('</frameset>');
  15.     }
  16. }
  17. //-->
  18. </SCRIPT>
  19. <NOSCRIPT>
  20. <BODY BGCOLOR="#FFFFCC">
  21. <h1>Joust Outliner</h1>
  22. Your browser does not support JavaScript (if you are using Netscape 3 or higher or Microsoft Internet
  23. Explorer 4 or higher you may have JavaScript turned off in your preferences), so this page,
  24. does not include site navigation features. If you use
  25. a JavaScript-capable browser, such as Microsoft <A HREF="http://microsoft.com/ie/ie.htm">Internet
  26. Explorer version 3.0</A> or <A HREF="http://www.netscape.com/comprod/mirror/">Netscape Navigator
  27. version 2.0</A>, you'll have a much more pleasant experience navigating around this site.</P>
  28.  
  29. <P><I><B>Opera Users:</B> Although Opera 3.0 supports JavaScript, there is a bug in their implementation 
  30. which prevents the menu system on this site from working.  Opera 3.2 fixes the problem.</I></P>
  31.  
  32. <P><I><B>Note:</B> There is a know bug in Netscape Navigator version 4.0.x which will cause you to see this message
  33. if you have the local cache turned off.</I></P>
  34.  
  35. <P>If you have any problems with this site, please contact the Webmaster.</P>
  36.  
  37. <P>Click <a HREF="index3.htm">here</a> to see the non-JavaScript version of this site.</P>
  38.  
  39. <A HREF="robots.htm"></A>
  40. </BODY>
  41. </NOSCRIPT>
  42.  
  43. </HTML>